home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / password.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  491 b   |  15 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "PassWord.h"
  6. //--------------------------------------------------------------------- 
  7. #pragma resource "*.dfm"
  8. TPasswordDlg *PasswordDlg;
  9. //---------------------------------------------------------------------
  10. __fastcall TPasswordDlg::TPasswordDlg(TComponent* AOwner)
  11.     : TForm(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15.